LostTech.TensorFlow : API Documentation

Type Tensor<T>

Namespace tensorflow

Parent Tensor

Public instance methods

T scalar()

Gets current value of a scalar Tensor. Only works in eager mode.

Public properties

object device get;

object device_dyn get;

object dtype get;

DType DType get;

Get DType of the elements in this Tensor<T> type.

object dtype_dyn get;

object graph get;

object graph_dyn get;

Tensor<T> Item get;

Gets tensor slice

object name get;

object name_dyn get;

object op get;

object op_dyn get;

object PythonObject get;

TensorShape shape get;

object shape_dyn get;

int value_index get;

object value_index_dyn get;